IUserVariable<T> Interface

Represents a user-defined variable plus a value.

Inheritance hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Class.IUserVariable<T>

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public interface IUserVariable<T> : IUserVariable
Public Interface IUserVariable(Of T) Inherits IUserVariable

 

The IUserVariable<T> interface exposes the following members.

Methods

  Name Description
GetValue Gets the value of a user-defined variable.
SetValue Sets a value for a user-defined variable.

See also

IntervalZero.KINGSTAR.Base.Class Namespace